common: fdt_support: print hexadecimal numbers in debug
authorSekhar Nori <[email protected]>
Thu, 6 Dec 2018 09:50:47 +0000 (15:20 +0530)
committerSimon Glass <[email protected]>
Tue, 15 Jan 2019 00:47:13 +0000 (17:47 -0700)
commitd8e9cf4d473fc223c272301351becb29bd18ed2a
tree2a25acacf4aa69940166477b9a023d36dac98652
parent54d2cfe6ee11dc5bcce55d41b91d92f9a53e6485
common: fdt_support: print hexadecimal numbers in debug

We usually deal with hexadecimal addresses and sizes in
device-tree. Its much easier if debug logs print hexadecimal
values too.

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/fdt_support.c